home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 22 / Cream of the Crop 22.iso / educate / testsh.zip / INSTALL.BAT < prev    next >
DOS Batch File  |  1995-10-13  |  818b  |  39 lines

  1. echo off
  2. cls
  3. echo.
  4. echo.
  5. echo  You are about to install the CRE-A-TEST program to a directory
  6. echo.
  7. echo  on your C:DRIVE named CREATE1.  If you wish to abort this installation
  8. echo.
  9. echo  press the CTRL and C keys, at the same time, and answer Y to the
  10. echo.
  11. echo  "ABORT BATCH JOB?" prompt, that will appear on the screen.  You will
  12. echo.
  13. echo  then return to DOS, without installing the program.  If you wish to
  14. echo.
  15. echo  continue with the installation, then press any key.  When done you will
  16. echo.
  17. echo  be in the C:\CREATE1 directory.  Type GO and press ENTER to run it.
  18. echo.
  19. pause
  20. md c:\CREATE1
  21. copy *.* c:\CREATE1
  22. cls
  23. echo.
  24. echo.
  25. echo.
  26. echo.
  27. echo.
  28. echo.
  29. echo.
  30. echo.
  31. echo      The installation of the CRE-A-TEST program is complete!
  32. echo.
  33. echo.
  34. pause
  35. cd\
  36. c:
  37. cd create1
  38.  
  39.